public
nobgit
read
community.wiki
For NobGit Community
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/community.wiki.git
ssh://[email protected]:2222/orgs/nobgit/community.wiki.git
Trace
Getting Started/Create a Repository.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
# How to create repo
3
1. Select **New repo** in the top bar, or [import from GitHub](Import from GitHub.md).
4
2. Choose an **Owner**: your personal namespace or an organization you own.
5
3. Enter a **Repository name**. NobGit converts it into a URL-safe slug.
6
4. Add an optional **Description**.
7
5. Choose **Private** or **Public** visibility.
8
6. Select **Create repository**.
10
After creation, the repository is available at this canonical NobGit URL:
12
```
13
https://www.nobgit.com/{your username or org}/{repo name}
14
```
16
Example:
18
```
19
https://www.nobgit.com/alex/payment-service
20
```
22
We suggest creating a repository named `.nobgit` for your profile or organization. NobGit uses that special repository's `README.md` to customize the profile or organization page.
24
- [Previous: get started](How to get started.md)
26
- [Next: Import from GitHub](Import from GitHub.md)